home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / ACC / OUTLINE.ACC / FILEIO.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-10  |  173 b   |  10 lines

  1. /* fileio.h - i/o routines for extend.sys parser
  2.  * 900814 kbad
  3.  */
  4.  
  5. #define LINE_MAX 128
  6.  
  7. void    xopen( char *name );
  8. char    *xgets( char *buf );
  9. void    xclose( void );
  10.